@charset "utf-8";
html { color: #333; background: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
html * { outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) }
html, body { font-family: sans-serif; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0 }
input, select, textarea { font-size: 100% }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img { border: 0 }
abbr, acronym { border: 0; font-variant: normal }
del { text-decoration: line-through }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 500 }
ol, ul, li { list-style: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 500 }
q:before, q:after { content: '' }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
ins, a { text-decoration: none }


.c:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.c { *zoom: 1; }
a { color: #333; }
a:hover { text-decoration: none; color: #333; }
img { max-width: 100%; max-height: 100%}
.rel { position: relative; }
.abs { position: absolute; }
.fl { float: left; display: inline;}
.fr { float: right; display: inline;}
.tac { text-align: center; }
.tar { text-align: right; }

/* 等分 */
.table { display: table; table-layout: fixed; width: 100%;}
.table li, .cell { display: table-cell; vertical-align: middle; }

/* 行内 */
.inline-box { font-size: 0px; text-align: center; }
.inline-box li, .inlineb { display: inline-block; vertical-align: middle; }

.db {display: box;display: -webkit-box;box-align: center;-webkit-box-align: center;}
.db li, .flex { -moz-box-flex: 1.0; -webkit-box-flex: 1.0; box-flex: 1.0; }

.line_2x {display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;}

.hide { display: none; }
.text-overflow { display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.wrap { padding: 0 15px;max-width: 1200px;margin: 0 auto;}


.btn { background: #db3f3d; border: 0; border-radius: 35px; color: #fff; width: 100%; height: 35px; font-size: 14px; display: inline-block; line-height: 35px }

.color1 { color: #f04430 }



